IApi.RemoveModuleConfiguration method
Removes the configured device.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsError RemoveModuleConfiguration(
int ConfigurationIndex
)
Function RemoveModuleConfiguration(
ConfigurationIndex As Integer
) As KsError
Parameters
ConfigurationIndex
Type: int
The index of the configured device.
Return value
Type: KsError
A return code of a method.
Usable EtherCAT states
ecatOffline
Examples
N/A
See also